
/* MOVE ! */
div.matchday, div.summary {
	background-color: LavenderBlush;
}




div.results {
	min-height: 30px;
	/*max-width: 480px;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

table.results td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border: none;
}

table.results .fixed-col {
    z-index: 1;
} 

table.results .fixed-col {
	background: LavenderBlush;
	background-clip: padding-box;
}

table.results .fixed-col.col1 {
    left: 0px;     	
	width: 80px;
    position: sticky;
}

table.results .fixed-col.col2 {
    left: 82px;     		
	width: 120px;
    position: sticky;
}

table.results td.date {
	width: 120px; 
}

table.results td.sub {
	width: 20px; 
}

table.results td.sub.unusedsub {
	text-decoration: line-through;
}

table.results td.unusedsub {
	color: silver;
}

table.results td.unofficial {
	font-style: italic;
}

table.results td.result {
	width: 40px;
	text-align: center;
}


table.results td.team {
	width: 180px;
}

table.results td.team.home {
	width: 300px; 
	padding-right: 10px;
}

table.results td.team.away {
	width: 300px; 
	padding-left: 10px;
}

table.results td.score {
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

table.results td.score.ht {
	width: 5px; 
	font-size: 8px;
	text-align: right;
	vertical-align: bottom;
}

table.results td.attendance {
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

table.results td.redcard {
	height: 10px;
	width: 16px;
	padding-top: 5px;
	padding-left: 15px;
}

table.results td.ball {
	height: 10px;
	width: 12px;
	padding-top: 5px;
}

table.results td.competition {
	width: 375px; 
	padding-left: 30px;
}

table.results td.highlight {
	color: #800020;
	background-color: #C8C8C8;
}

table.results td.display {
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
}

table.results tr.ntfc {
	font-weight: bold;
}



.nogames {
	font-style: italic;
}
